﻿2026-06-07T04:32:40.1617530Z ##[group]Run actions/checkout@v5
2026-06-07T04:32:40.1618319Z with:
2026-06-07T04:32:40.1618706Z   repository: SaberMage/spt-core
2026-06-07T04:32:40.1621830Z   token: ***
2026-06-07T04:32:40.1622240Z   ssh-strict: true
2026-06-07T04:32:40.1622554Z   ssh-user: git
2026-06-07T04:32:40.1622929Z   persist-credentials: true
2026-06-07T04:32:40.1623295Z   clean: true
2026-06-07T04:32:40.1623624Z   sparse-checkout-cone-mode: true
2026-06-07T04:32:40.1624066Z   fetch-depth: 1
2026-06-07T04:32:40.1624417Z   fetch-tags: false
2026-06-07T04:32:40.1624780Z   show-progress: true
2026-06-07T04:32:40.1625184Z   lfs: false
2026-06-07T04:32:40.1625524Z   submodules: false
2026-06-07T04:32:40.1625930Z   set-safe-directory: true
2026-06-07T04:32:40.1626412Z ##[endgroup]
2026-06-07T04:32:40.9391033Z Syncing repository: SaberMage/spt-core
2026-06-07T04:32:40.9392617Z ##[group]Getting Git version info
2026-06-07T04:32:40.9393313Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-07T04:32:40.9645234Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T04:32:40.9854430Z git version 2.43.0.windows.1
2026-06-07T04:32:40.9883806Z ##[endgroup]
2026-06-07T04:32:40.9893504Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\7296ab91-bc65-41f7-b98e-20219e4d6718\.gitconfig'
2026-06-07T04:32:40.9906214Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7296ab91-bc65-41f7-b98e-20219e4d6718' before making global git config changes
2026-06-07T04:32:40.9907848Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T04:32:40.9911249Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-07T04:32:41.0137845Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-07T04:32:41.0314959Z https://github.com/SaberMage/spt-core
2026-06-07T04:32:41.0340758Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T04:32:41.0344601Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T04:32:41.0533020Z refs/heads/dev-freeform
2026-06-07T04:32:41.0557190Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-07T04:32:41.1165723Z HEAD is now at b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:32:41.1620324Z ##[endgroup]
2026-06-07T04:32:41.1622259Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-07T04:32:41.5521463Z ##[group]Cleaning the repository
2026-06-07T04:32:41.5525699Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-07T04:32:45.1183364Z Removing .adapter-notify/
2026-06-07T04:32:45.1183692Z Removing target/
2026-06-07T04:32:45.1216802Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-07T04:32:45.1806241Z HEAD is now at b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:32:45.1830551Z ##[endgroup]
2026-06-07T04:32:45.1834988Z ##[group]Disabling automatic garbage collection
2026-06-07T04:32:45.1840079Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-07T04:32:45.2063047Z ##[endgroup]
2026-06-07T04:32:45.2063423Z ##[group]Setting up auth
2026-06-07T04:32:45.2069535Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T04:32:45.2275834Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T04:32:45.5828599Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T04:32:45.6058324Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T04:32:45.9434479Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T04:32:45.9644466Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T04:32:46.2977789Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-07T04:32:46.3267635Z ##[endgroup]
2026-06-07T04:32:46.3268039Z ##[group]Fetching the repository
2026-06-07T04:32:46.3274738Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +de3e311871e31ef0b9deaf0ac661f0adaeddc981:refs/remotes/origin/dev-freeform
2026-06-07T04:32:47.3145322Z From https://github.com/SaberMage/spt-core
2026-06-07T04:32:47.3145843Z  + b9326f4...de3e311 de3e311871e31ef0b9deaf0ac661f0adaeddc981 -> origin/dev-freeform  (forced update)
2026-06-07T04:32:47.3263410Z ##[endgroup]
2026-06-07T04:32:47.3263838Z ##[group]Determining the checkout info
2026-06-07T04:32:47.3264544Z ##[endgroup]
2026-06-07T04:32:47.3269696Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-07T04:32:47.3529717Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-07T04:32:47.3738376Z ##[group]Checking out the ref
2026-06-07T04:32:47.3742582Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T04:32:47.4925465Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-07T04:32:47.4926243Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-07T04:32:47.4927026Z Previous HEAD position was b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:32:47.4927472Z Switched to and reset branch 'dev-freeform'
2026-06-07T04:32:47.4952118Z ##[endgroup]
2026-06-07T04:32:47.5189277Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-07T04:32:47.5382553Z de3e311871e31ef0b9deaf0ac661f0adaeddc981
